HTML Winword
HTML Winword
"Hypertext" refers to links that connect web pages to one another, either within
a single website or between websites. Links are a fundamental aspect of the
Web. By uploading content to the Internet and linking it to pages created by
other people, you become an active participant in the World Wide Web.
Markup: - HTML uses "markup" to annotate text, images, and other content for
display in a Web browser. HTML markup includes special "elements" such
as <head>, <title>, <body>, <header>, <footer>, <article>, <section>, <p>, <div>,
<span>, <img>, <aside>, <audio>, <canvas>, <datalist>, <details>, <embed>, <na
v>, <search>, <output>, <progress>, <video>, <ul>, <ol>, <li> and many others.
An HTML element is set off from other text in a document by "tags", which
consist of the element name surrounded by "<" and ">". The name of an
element inside a tag is case-insensitive. That is, it can be written in uppercase,
lowercase, or a mixture. For example, the <title> tag can be written
as <Title>, <TITLE>, or in any other way. However, the convention and
recommended practice is to write tags in lowercase.
The articles below can help you learn more about HTML.
Key Resource
HTML Introduction: - If you're new to web development, be sure to read
our HTML Basic article to learn what HTML is and how to use it.
HTML Tutorials: - For articles about how to use HTML, as well as tutorials and
complete examples, check out our HTML learning area.
HTML Reference: - In our extensive HTML Reference section, you'll find the
details about every element and attribute in HTML.
Beginner’s Tutorials: - Our HTML Learning Area features multiple modules that
teach HTML from the ground up — no previous knowledge required.
Introduction to HTML: - This module sets the stage, getting you used to
important concepts and syntax such as looking at applying HTML to text, how to
create hyperlinks, and how to use HTML to structure a web page.
HTML Forms: - Forms are a very important part of the Web — these provide
much of the functionality you need for interacting with websites, e.g. registering
and logging in, sending feedback, buying products, and more. This module gets
you started with creating the client-side/front-end parts of forms.
Advanced Topics
CORS enabled image: - The cross origin attribute, in combination with an
appropriate CORS header, allows images defined by the <img> element to be
loaded from foreign origins and used in a <canvas> element as if they were
being loaded from the current origin.
CORS Settings attributer: - Some HTML elements that provide support for CORS,
such as <img> or <video>, have a cross origin attribute (cross origin property),
which lets you configure the CORS requests for the element's fetched data.
REFERENCE
HTML Reference: - HTML consists of elements, each of which may be modified
by some number of attributes. HTML documents are connected to each other
with links.
Inline-level element and block level element: - HTML elements are usually
"inline-level" or "block-level" elements. An inline-level element occupies only
the space bounded by the tags that define it. A block-level element occupies the
entire space of its parent element (container), thereby creating a "block box".
Quirks mode and standard mode: - Historical information on quirks mode and
standards mode.
Related topics
Apply color to HTML element using CSS: - This article covers most of the ways
you use CSS to add color to HTML content, listing what parts of HTML
documents can be colored and what CSS properties to use when doing so.
Use
1. The <head> tag in HTML serves as a container for metadata (data about
data) and is placed between the <html> tag and the <body> tag. It typically
contains information that is not displayed directly on the web page but is
essential for various purposes. Let’s explore some key elements that can go
inside the <head> section:
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Awesome Website</title>
</head>
<body>
<!-- Content goes here -->
</body>
</html>
2. Certainly! Let’s explore how to use the <header> and <footer> tags in HTML
to define the header and footer sections of a web page:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Awesome Website</title>
</head>
<body>
<header>
<h1>Welcome to My Site</h1>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<!-- Other navigation links -->
</ul>
</nav>
</header>
<!-- Rest of your content -->
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Hello World</title>
</head>
<body>
<h1>Welcome Programmers</h1>
</body>
</html>
<html>
<head>
<title>Aadil Badshah</title>
<body background="C:\Users\asus\OneDrive\
Pictures\Saved Pictures\images.jpg">
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<h2>password</h2>
<form action="/action_page.php">
<lable for="username">username:
</lable><br>
<input type="text"id="username"
name="username"<br><br>
<lable for="Password">Password:
</lable><br>
<input type="text"id="Password"
name="Password"<br><br>
<input type="submit"value="submit">
</form>
<p> the characters in a password field are masked (shown as asterisks or circlr).</p>
</body>
</html>
<h5>Digital Computer</h5>
<html>
</marquee>
<head>
</body>
<title>Heading tag</title>
</html>
</head>
<body>
<marquee
bgcolor="yellow"
direction="Right">
<h1>Digital Computer</h1>
</marquee>
<marquee
bgcolor="blue"
direction="left">
<h2>new computer</h2>
</marquee>
<marquee
bgcolor="purple"
direction="up">
<h3>Digital Computer</h3>
</marquee>
<marquee
bgcolor="green"
direction="down">
<h4>Digital Computer</h4>
</marquee>
<marquee
bgcolor="yellow"
direction="Right"
scrollamount="50">
<html>
<head>
<title>Cover page</title>
</head>
<center><div style="background"black;width:1000"><font-size:55">computer
basic</font></div></center>
hight=300>
Useful for
<ul>
<li>Govermet Exam</li>
<li>Self Study</li>
</ul>
<center><div style="background:black;width:500"></table>
<html>
<head>
<title>Aadil badshah</title>
</head>
<a href="https://www.instagram.com/">Instragram</a>
<a href="https://www.facebook.com/">Facebook</a>
<a href="https://x.com/">twitter</a>
<a href="https://www.youtube.com/">YouTube</a>
<a href="https://www.flipkart.com/">Flipkart</a>
<ul>
<li>Govermet Exam</li>
<li>Self Study</li>
</ul>
</body>
</html>
<html>
<head>
<title>Aadil badshah</title>
</head>
<h6>This is a paragraph</h6>
</body>
<html>
<head>
<title>Digital computer</title>
<ol>
<li>Feader Footer</li>
<li>copyright symbol</li>
<li>Most important</li>
<li>least important</li>
<li>this is a paragraph</li>
</ol>
<html>
<head>
<title>Digital computer</title>
</head>
<table>
<tr>
<th>Feader Footer</th>
<th>copyright symbol</th>
</tr>
<tr>
<td>Most important</td>
<td>least important</td>
</tr>
</table>
<html>
<head>
<title>Digital computer</title>
</head>
<body>
<header>header</header>
<footer>footer</footer>
<nav>navigation</nav>
<section>section</section>
<article>article</article>
<aside>aside</aside>
</body>
</html>
<head>
<title>Digital computer</title>
</head>
<body>
<a href="https://www.flipkart.com/">Flipkart</a>       
</body>
</html>
<html>
<head>
<title>Comment</title>
<body>
</body>
</html>
<html>
<head>
<title>Digital computer</title>
</head>
<marquee
direction="Right">
</marquee>
</html>