Habib ullah
habib73.bsky.social
Habib ullah
@habib73.bsky.social
I graduated in computer science & do work as web development and graphic designing with four years experience.
HTML Horizontal Rules
The <hr> tag defines a thematic break in an HTML page, and is most often displayed as a horizontal rule.

The <hr> element is used to separate content (or define a change) in an HTML page:

Example
<h1>This is heading 1</h1>
<p>This is some text.</p>
<hr>
January 30, 2025 at 2:29 PM
HTML Display
You cannot be sure how HTML will be displayed.

Large or small screens, and resized windows will create different results.

Example
<p>
This paragraph
contains a lot of lines
in the source code,
but the browser
ignores it.
</p>
January 30, 2025 at 2:27 PM
HTML Paragraphs
The HTML <p> element defines a paragraph.

A paragraph always starts on a new line, and browsers automatically add some white space (a margin) before and after a paragraph.

Example
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
January 30, 2025 at 2:26 PM
HTML Headings

HTML headings are titles or subtitles that you want to display on a webpage.

Example

Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
January 28, 2025 at 8:53 AM
HTML Attributes

All HTML elements can have attributes
Attributes provide additional information about elements
Attributes are always specified in the start tag
Attributes usually come in name/value pairs like: name="value"
January 28, 2025 at 8:51 AM
What is an HTML Element?

An HTML element is defined by a start tag, some content, and an end tag:

<tagname>Content goes here...</tagname>
The HTML element is everything from the start tag to the end tag:

<h1>My First Heading</h1>
<p>My first paragraph.</p>
January 23, 2025 at 4:08 PM
A Simple HTML Document

Example

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>
January 23, 2025 at 4:07 PM
What is HTML?
HTML stands for Hyper Text Markup Language
HTML is the standard markup language for creating Web pages
HTML describes the structure of a Web page
HTML consists of a series of elements
HTML elements tell the browser how to display the content
January 23, 2025 at 4:06 PM
Graphic designing New design
January 9, 2025 at 1:06 PM
What is common among butterfly, bird and bat?
a) teeth. b) hair. c) bones. d) wings.
December 22, 2024 at 7:23 AM
Product ad design
November 22, 2024 at 1:20 PM