HTML Practicals

1.HTML Structure
Description: This content provides a simple explanation of the basic structure of an HTML document, including the usage of the tags.
Syllabus Coverage: Basics of HTML, Document Structure, Title Tag Usage, Head and Body Sections
Aim: To help learners understand the fundamental structure of an HTML document and how to properly use the title tag to name a webpage.

πŸ”Ί Show Browser View

2.HTML Tags (Paragraph, Line Break, Horizontal Rule)
Description: This content explains the use of basic HTML elements such as paragraphs, line breaks, and horizontal rules. It provides an example where these elements are used to display repetitive text about Sri Lanka in a structured format.
Syllabus Coverage: Basic HTML Elements, Paragraphs, Line Breaks, Horizontal Rules, Text Formatting
Aim: To help learners understand how to structure and format content on a webpage using fundamental HTML elements like paragraphs, line breaks, and horizontal rules.

πŸ”Ί Show Browser View

3.Attribute and Values
Description: This content introduces the concept of attributes and their values in HTML, demonstrating how they are used to modify the appearance of elements. Examples include changing font color using names, RGB codes, and adjusting font size and type.
Syllabus Coverage: HTML Attributes, Font Tag, Color, Size, Face, RGB Color Codes
Aim: To teach learners how to use attributes and their values to customize the appearance of HTML elements such as text color, font type, and size effectively.

The title reflects the purpose of the provided HTML code by summarizing the focus on attributes and their values in HTML.

πŸ”Ί Show Browser View

4 Multiple HTML Tags
Description: This content demonstrates the use of multiple HTML tags to format and style text. It includes examples of headings, center alignment, underlining, and italicizing text to highlight the topic β€œWild Animals.”
Syllabus Coverage: HTML Text Formatting, Headings, Center Tag, Underline, Italics, Nested Tags
Aim: To help learners understand how to combine multiple HTML tags to create visually appealing and well-structured content on a webpage.

πŸ”Ί Show Browser View

5. HTML Text Formatting
Description: This content provides examples of various HTML text formatting tags, such as bold, italic, underline, emphasis, strike-through, superscript, subscript, and spacing. It demonstrates how these tags can be used to style and format text on a webpage effectively.
Syllabus Coverage: HTML Text Formatting, Bold, Italics, Underline, Emphasis, Strike-Out, Superscript, Subscript, Non-Breaking Space
Aim: To teach learners how to use different HTML text formatting tags to enhance the appearance and readability of text content on a webpage.

πŸ”Ί Show Browser View

6. Paragraph Alignment
Description: This content demonstrates how to align paragraphs in HTML using the align attribute with values such as left, right, center, and justify. It also includes an example of combining paragraph alignment with text color formatting to highlight specific parts of the text.
Syllabus Coverage: HTML Paragraph Alignment, Left, Right, Center, Justify, Text Formatting, Font Color
Aim: To teach learners how to align paragraphs effectively and combine alignment with other formatting options like text color to create visually appealing and well-structured content on a webpage.

πŸ”Ί Show Browser View

7.Insert Image
Description: This content demonstrates how to insert images into an HTML document using the tag. It includes examples of specifying image dimensions, aligning images, setting alternative text, and adjusting the border thickness. The examples also show how to use relative paths for image sources and how to make images responsive by setting their width to a percentage of the screen size.
Syllabus Coverage: HTML Image Tag, Image Attributes (src, alt, width, height, align, border), Responsive Images
Aim: To teach learners how to insert and customize images in HTML, including resizing, aligning, and adding alternative text for accessibility and responsiveness.

πŸ”Ί Show Browser View

8.HTML Marquee Tag
Description: This content demonstrates the use of the marquee tag in HTML to create scrolling text and images. It includes examples of basic marquee behavior, scrolling images, and controlling the direction of the scroll (left-to-right, right-to-left, top-to-bottom). The examples also highlight how to style the scrolling content using bold text and incorporate images into the marquee.
Syllabus Coverage: HTML Marquee Tag, Scrolling Text, Scrolling Images, Direction Attribute, Basic Styling
Aim: To teach learners how to use the marquee tag to create dynamic scrolling effects for text and images on a webpage, while customizing the direction and appearance of the content.

πŸ”Ί Show Browser View

9. Link a URL in HTML
Description: This content explains how to create hyperlinks in HTML to connect to other web pages, images, or resources. It demonstrates linking to an image file, opening links in a new tab using the target attribute, and embedding an image as a clickable link to a website. Examples include linking to a local image, an external website, and using an image as a hyperlink.
Syllabus Coverage: HTML Hyperlinks, Anchor Tag, Target Attribute, Image as Link, Local and External URLs
Aim: To teach learners how to create hyperlinks in HTML, including linking to files, websites, and using images as clickable links, while understanding the use of attributes like target for controlling link behavior.

πŸ”Ί Show Browser View

10.HTML Lists
Description: This content demonstrates the use of different types of lists in HTML, including unordered lists (ul), ordered lists (ol), nested lists, and description/definition lists (dl). It provides examples of customizing list markers (e.g., square, numbers, letters, Roman numerals) and explains how to create hierarchical lists by nesting one list inside another. Additionally, it showcases the use of description lists to define terms and their explanations.
Syllabus Coverage: HTML Lists, Unordered Lists, Ordered Lists, Nested Lists, Description Lists, List Markers, Customization
Aim: To teach learners how to create and customize various types of lists in HTML, enabling them to organize content effectively on a webpage using structured formats like bullet points, numbered lists, and term definitions.

πŸ”Ί Show Browser View

11.HTML Table
Description: This content explains the creation and customization of tables in HTML. It demonstrates how to structure a table using rows, headers, and data cells, as well as advanced features like colspan and rowspan for merging cells. Examples include a basic table with headers and data, a table with a cell spanning multiple columns, and a table with a cell spanning multiple rows. Captions are used to provide titles for each table example.
Syllabus Coverage: HTML Tables, Table Structure (Rows, Headers, Data Cells), Colspan, Rowspan, Table Captions
Aim: To teach learners how to create and customize tables in HTML, including merging cells using colspan and rowspan, and organizing data effectively for better presentation on a webpage.

πŸ”Ί Show Browser View

Html Editor

External Editor (Html. CSS, Java Scripts)

Spread the love