HTML stands for HyperText Markup Language. HTML is the language used to create Web pages. These Web pages are made up of HTML tag elements and they are interlinked using hyper links. Irrespective of the technology used at back-end, what we see in the web browser is HTML. It is essential to learn HTML to build websites. HTML is easy to learn, start learning HTML and build your dream website. Tutorial Walk takes on a quick and easy trail to master HTML, start walking.
HTML Fundamentals:
Tutorial | Tutorial Summary |
---|
1. HTML Introduction | A quick introduction to HTML with version history and HTML features. |
2. HTML Tag Elements | What is a Tag? and know about HTML Tags. |
3. HTML Tag Attributes | What is an Attribute and how to use it with HTML Tags. |
4. HTML Headings | HTML heading and learn to use it in Web pages. |
5. HTML Paragraph | Learn about HTML paragraph tag and difference between Div and P tags. |
6. HTML Formatting | Learn to format a HTML document with example using various formatting HTML tags. |
7. HTML Styles | Add CSS styles to HTML document by including an external stylesheet, internal styles with head tag and inline styles. |
8. HTML Anchor | Web pages are interlinked using hyperlinks. External, internal and sections on same web page can be interlinked using hyperlinks. |
9. HTML Images | Learn about using images in web pages. |
10. HTML Tables | Learn how to display tabular data in rows and columns using HTML tables. |
11. HTML Lists | Learn about ordered, unordered and definition lists and how to use them with examples. |
12. HTML Comments | Learn about how to add comments in HTML documents. |
Key HTML Tags:
Tutorial | Tutorial Summary |
---|
13. HTML Head | Learn about the importance of head tag and the tags that can be used within head. |
14. HTML Block Elements | Learn about different types of block tag elements like div, span. |
15. HTML Quotations | How to add a blockquote, cite, abbreviate and do similar HTML quotations? |
16. HTML Code Tags | Learn about adding program code in HTML document using code, pre tags. |
17. HTML Iframes | Learn about using iframes to embed HTML inside a HTML document. |
18. HTML Script | Learn about using client side scripts like JavaScript in a HTML document. |
19. HTML Layout | How to create a layout for a webpage using div? |
20. HTML Marquee | Learn about scrolling a text horizontally and vertically using marquee tag. |