Educational IT course online
Basic Elements of a Web Page
Basic Elements of a Web Page
- Theoretical lesson
- Practical lesson
- Course program
LESSON 1. What is HTML?
LESSON 1. What is HTML?
- Relation between hypertext and HTML
- HTML tags
- HTML attributes
LESSON 2. Create a web page
- Workspace organization in VS Code
- Basic HTML structure
- Development of a web page
LESSON 3. Why use semantic markup?
- Semantics definition
- Semantics in HTML
- Impact of semantic markup on search engine work
LESSON 4. Debug a web page
- Debugging definition
- Developer tools in browsers
- Searching and fixing errors on a web page
LESSON 5. How to mark up text?
- Text markup definition
- Markup of headings
- Markup of paragraphs and line breaks
- Markup of quotes
- Markup of important text and bold text
- Markup of emotional text and italic text
- Markup of hyperlinks and underlined text
LESSON 6. Add text to a web page
- Workspace organization in VS Code
- Markup of text structures
- Checking text markup with a validator
LESSON 7. How to mark up lists in HTML?
- List definition
- List types in HTML
- List types by nesting
LESSON 8. Add a list to a web page
- Workspace organization in VS Code
- Markup of ordered list
- Markup of unordered list
- Markup of a description list
LESSON 9. How to markup a table in HTML?
- Table definition
- Markup of a simple table
- Grouping content in a table
LESSON 10. Add a table to a web page
- Workspace organization in VS Code
- Markup of the main table structure
- Markup of nested table structures
- Filling tables with content
LESSON 11. How to mark up an image in HTML?
- Image definition
- Image features
- Markup of images
LESSON 12. Add an image to a web page
- Workspace organization in VS Code
- Markup of an image located on the Internet
- Markup of an image located in the project folder
- Markup of an image located in images folder
LESSON 13. How to mark up a hyperlink in HTML?
- Hyperlink definition
- Hyperlink structure
- Hyperlink types
- Markup of different hyperlink types
LESSON 14. Add a hyperlink to a web page
- Workspace organization in VS Code
- Markup of local hyperlinks
- Markup of remote hyperlinks
LESSON 15. How to mak up a form in HTML?
- Form definition
- Form examples
- Form elements
LESSON 16. Add a form to a web page
- Workspace organization in VS Code
- Markup of form elements
- Setting attributes for form elements