Members

Blog Posts

How To Incorporate Industrial Elements Into Your Bathroom - Illuminated Mirrors

Posted by Liz Seyi on September 19, 2024 at 12:32pm 0 Comments

Many people have embraced “industrial chic” in their homes in recent years, and you might feel drawn towards the same style. You wouldn’t necessarily have to look far for inspiration, after all.

Many homes (and even offices) have been fashioned from what used to be industrial units. Meanwhile, if you have recently converted your loft, you may have reacted with delight at seeing the exposed wooden panels and beams and taking in how good they look.

What you may not have realised,…

Continue

Gold Coast Crane Truck Hire: The Smart Solution for Heavy Lifting

Posted by On The Move Transport on September 19, 2024 at 12:29pm 0 Comments

When it comes to heavy lifting, transportation of bulky materials, or construction support on the Gold Coast, crane trucks are an essential tool. Whether you're working on a residential project, a commercial development, or an industrial site, Gold Coast crane truck hire offers a versatile and cost-effective solution. These trucks…

Continue
  • HTML Tutorial for beginners

    HTML is a very simple and popular language and every programer or coder will aware of this

    language. You may be surprised after knowing that about 1.3 billion websites online today

    are using HTML language in one way or the other. Don’t be confused between HTTP and

    HTML, I think many of use will know the difference but those who are beginners will be

    confused in these different terms. 


    What is HTML?

    HTML stands for hypertext Markup Language which is used to create the structure of theWeb page and web applications. With the help of HTML, you can link one web page toanother using HTML hyperlink tag There are many tags in HTML and most of the tags hasit’s own attributes. Each HTML tag performs a different function on the web page. You cancreate Tables, insert an image, send data to the server using input type tag with its attributes.There are many websites on the Internet from where you can learn HTML like W3Schools.

    Features of HTML

    1. It describes the structure of the Web page. 
    2. With the help of HTML tags, you can perform different functions on a web page.
    3. Compatible with all popular browsers.
    4. Platform Independent.

    Structure of HTML

    <!DOCTYPE html>

    <html lang="en">

    <HTML>

    <head>

    <title> Page Title </title>

    </head>

    <body>

    <h1> This is a Heading </h1>

    <p> This is a Paragraph </p>

    </body>

    </html>

     

    Explanation: 

    <!DOCTYPE html> define the document of HTML version.

    <html> describe the web document. It is the root element.

    </html> Everything you will write on a web page should be inside these tags.

    <head> It contains information like author name, company, description, etc.

    <title> It always writes inside the head tag. It specifies the title of the Web page.

    <body> It contains the information which will be displayed on your web page. 

    <h1> It is a heading tag that defines the heading of your document(web page).

     

    History of HTML

    HTML 1991

    HTML2.0 1995

    HTML 3.2 1997

    HTML 4.01 1999

    XHTML 2000

    HTML5 2014



 

Views: 3

Comment

You need to be a member of On Feet Nation to add comments!

Join On Feet Nation

© 2024   Created by PH the vintage.   Powered by

Badges  |  Report an Issue  |  Terms of Service