CIT112 – Web Technologies: HTML Part 1
8 Questions
0 Views

CIT112 – Web Technologies: HTML Part 1

Created by
@DecisiveAlbuquerque3484

Questions and Answers

What does HTML stand for?

HyperText Markup Language

What is a URL?

Uniform Resource Locator

What does a web browser do?

Shows web pages

HTML is a programming language.

<p>False</p> Signup and view all the answers

The ____ represents the document type in HTML.

<p>declaration</p> Signup and view all the answers

Which year was HTML5 released?

<p>2014</p> Signup and view all the answers

XHTML allows multiple root elements.

<p>False</p> Signup and view all the answers

Which of the following is NOT a WYSIWYG editor?

<p>Notepad</p> Signup and view all the answers

Study Notes

Understanding HTML and Web Technologies

  • HTML stands for HyperText Markup Language; it's the standard language for creating web pages.
  • Web pages are essentially text files that contain HTML, describing document structure and formatting.
  • Every web address is accessed via a URL (Uniform Resource Locator).
  • Browsers are software programs that render web pages, utilizing client/server architecture through the HTTP protocol.

The Structure and Purpose of HTML

  • HTML allows the use of headers, paragraphs, images, and hyperlinks to describe web content.
  • It emphasizes the importance of structure and semantics rather than appearance, as HTML only lays out the framework of content.
  • The HTML declaration at the top of an HTML document specifies the document type for proper browser display, crucial for correctness.

Evolution of HTML Versions

  • HTML has undergone several iterations:
    • HTML introduced in 1991
    • HTML 2.0 in 1995
    • HTML 3.2 in 1997
    • HTML 4.01 in 1999
    • XHTML in 2000
    • HTML5 in 2014
  • XHTML is stricter than HTML, requiring elements to be case-sensitive and properly closed.

Key Differences Between HTML and XHTML

  • XHTML mandates lowercase tags and closed tags; HTML is less strict and tolerates missing closing tags.
  • Many attributes were deprecated in XHTML and transitioned to CSS.
  • XHTML can be processed faster by browsers than HTML when utilizing valid code.

Creating HTML Pages

  • HTML files must have a .html or .htm extension for proper recognition.
  • HTML documents can be created using simple text editors like Notepad or advanced WYSIWYG editors like Microsoft FrontPage and Visual Studio Code.
  • Choosing the right text editor can enhance the ease of creating web documents, with various tools available for different user needs.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Description

This quiz covers the key concepts of Client Side Web Technologies, focusing on HTML as part of the CIT112 course. It is designed to test your understanding of fundamental HTML elements and structure. Prepare to demonstrate your skills in creating web content using HTML.

More Quizzes Like This

Web Programming Technologies Quiz
10 questions
Applications of JavaScript Programming
10 questions
HTML Flashcards
10 questions

HTML Flashcards

LoyalLanthanum avatar
LoyalLanthanum
Use Quizgecko on...
Browser
Browser