Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 3 out of 25 pages
Exam (elaborations)

REVATURE INTERVIEW QUESTIONS AND ANSWERS| LATEST UPDATE 100% SOLVED

Document preview thumbnail
Preview 3 out of 25 pages

REVATURE INTERVIEW QUESTIONS AND ANSWERS| LATEST UPDATE 100% SOLVED

Content preview

REVATURE INTERVIEW QUESTIONS AND ANSWERS| LATEST UPDATE 100% SOLVED




Name and explain 5 tags in HTML. - <!DOCTYPE html> Defines document to be HTML5

- <html> The root element of an HTML page

- <head> Contains meta information about the document

- <title> Specifies title for the document

- <body> Contains visible page content

- <h1> Defines a large heading

- <p> Defines a paragraph

- <div> Defines a section in a document

- <header> Defines a header for a document or section




Define HTML links and syntax. HTML links are hyperlinks that jump to another document
when clicked. when the mouse is over a link, the mouse arrow will turn into a little hand.

Syntax:

<a href="url">link text</a>




Define HTML images and syntax. images are defined with <img> tag with no closing tag, src
attribute specifies image URL, and alt attribute specifies image description

Syntax:

<img src="picName.jpg alt="picCaption">

,What are the two types of HTML lists? Describe syntax for each. - Ordered List: numbered

<ul>

<li>Coffee</li>

<li>Tea</li>

<li>Milk</li>

</ul>

- Unordered List: bullet points

<ol>

<li>Coffee</li>

<li>Tea</li>

<li>Milk</li>

</ol>




What is CSS, when and why do you use it? Cascading Style Sheets.

- describes how HTML elements are to be displayed

- controls the layout of multiple web pages at once, saves work

- external stylesheets are stored in css files




How can CSS be added to HTML? Describe syntax too. - Inline: using style attribute in HTML
elements

<h1 style="color:blue;">Blue Heading</h1>

- Internal: using a <style> element in the <head> section

, <head>

<style>

body {background-color: powderblue;}

h1 {color: blue;}

p {color: red;}

</style>

</head>

- External: using an external CSS file

<head>

<link rel="stylesheet" href="styles.css">

</head>




What is JavaScript, when and why do you use it? - the programming language for web pages

- used to update and change both HTML and CSS

- calculates, manipulates, and validates data




Describe the syntax of some JavaScript Variables. - var x, y; // How to declare variables

- x = 5; y = 6; // How to assign values

- z = x + y; // How to compute values

- Strings are text, written within double or single quotes

- '==' operator tests for abstract equality

Document information

Uploaded on
March 30, 2025
Number of pages
25
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$13.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
KateJones
4.8
(12)
Sold
31
Followers
0
Items
5707
Last sold
1 week ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these revision notes.

Didn't get what you expected? Choose another document

No problem! You can straightaway pick a different document that better suits what you're after.

Pay as you like, start learning straight away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and smashed it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions