Html Guide!
Html Guide For Begginers
What Is Html?
Ans. Html Stands Hyper-Text Markup Language
About HTML(Hyper-Text Markup Language)
The HyperText Markup Language, or HTML is the standard markup language for
documents designed to be displayed in a web browser... HTML provides a means to
create structured documents by denoting structural semantics for text such as headings,
paragraphs, lists, links, quotes and other items.
It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript.
Web browsers receive HTML documents from a web server or from local storage and render the documents into
multimedia web pages.
HTML describes the structure of a web page semantically and originally included cues
for the appearance of the document.
Features Of Html
What Are Tags In HTML
Ans. HTML tags are like keywords which defines that how web browser will format and display the content.
With the help of tags, a web browser can distinguish between an HTML content and a simple content.
HTML tags contain three main parts: opening tag, content and closing tag. But some HTML tags are unclosed tags.
Some Tags Used In HTML
What Are Atrributes In Html
Ans. HTML attributes are special words used inside the opening tag to control the element's behaviour.
Some Attributes Used In Html
What Is a HyperLink In HTML?
Ans. A hyperlink, or simply a link, is a reference to data that the user can follow by clicking or tapping.
What Is A WebPage In Html?
Ans. A web page or webpage is a document, commonly written in HTML, that is viewed in an
Internet browser. A web page can be accessed by entering a URL address into a browser's
address bar. A web page may contain text, graphics, and hyperlinks to other web pages
and files.
How To Add Image To Html Webpage?
Here's how it's done in three easy steps:
1.Copy the URL of the image you wish to insert.
2. Next, open your index. html file and insert it into the img code.
3.Save the HTML file. The next time you open it, you'll see the webpage with your newly
added image.
Wow! Your Image Is Added.
How To Add Audio Clips To Your Webpage?
To Add Audio Clip To Your WebPage Use audio Tag
Great! Your Image Is Added.
How To Add Video To Your Html WebPage?
To Add Video To Your WebPage Use Video Tag
How To Change Background Color Of Html WebPage?
To add Color To Your Html Webpage Use CSS.
Use The Above Code To Add Color To Your WebPage
How To Add Color To Your ParaGraph In Html?
To Add Color To Your Paragraph Use The Above Code
How To Make Make A Html WebPage?
Comments
Post a Comment