Html Guide!

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

  • It is easy to learn and easy to use.

  • It is platform-independent.

  • Images, videos, and audio can be added to a web page.

  • Hypertext can be added to text.

  • It is a markup language.

  • 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

  • ParaGraph Tag Is Used To Write ParaGraph In Html Webpage.
  • Heading Tags Are Used To Write Heading In Html Webpage.
  • The tag defines the document's body.
  • 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

  • href- Specifies the URL (web address) for a link

  • id- Specifies a unique id for an element

  • src- Specifies the URL (web address) for an image

  • 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?


    To Make A HTML WebPage Use The Above Code.


    How To Add Comments In Html?

    Ans. To comment out in HTML, insert information between tags (browsers won't show these notes).
    Commenting in HTML allows developers to leave notes about their code,
    its functionality or to indicate necessary changes for the future.


    What Is Div Tag In Html?

    Ans. The div tag is known as Division tag. The div tag is used in HTML to make divisions of
    content in the web page like (text, images, header, footer, navigation bar, etc). ... It is used
    to the group of various tags of HTML so that sections can be created and style can be
    applied to them.


    Writing Your First Program ("Hello World")

    Step 1: Create A New File In Your Text Or Code Editor And Save This With .html Extension


    Step 2: Write Or Copy The Following Code Give Below



    Great! Your First Program Is Ready To Run





    Comments