100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Summary Web Technologies html $7.60   Add to cart

Summary

Summary Web Technologies html

 6 views  0 purchase
  • Course
  • Institution

This text file is probably related to web technologies and HTML, as indicated by the filename. It contains information related to HTML in the context of web technologies.

Preview 1 out of 1  pages

  • September 3, 2023
  • 1
  • 2022/2023
  • Summary
avatar-seller
Web technogies HTML
Html - structural layer(how text / images structured on screen)
CSS - presentation layer- how text & images are presented on screen
Javascript - allows users interact with content

<html> defines what language the page is... </html>
open a tag..... ...close tag

<head> any background info (meta data) goes here </head>

<title> title of the webpage (shown in window title bar)goes insode the head<title>

<link> rel="styleseet"type="text/css" href="myStylefile.css">
links import e.g external CSS stylesheets to be used in the whole page

<body> all page content (anything visible) goes here </body>

<h1> Headings for a page come in different sizes 1 to 6 <h1>
<h2> a subheading might be a bit smaller <h2>

<img src="https://www.w3.org/html... etc alt="HTML IMage" height=150 width=130>
for images, the source (src) is either weblink or within the root folder
can specify alternative text (alt) / dimensions

<a href-"http://www.bbc.co.uk?">
to add hyperlink use <a> (anchor) tag. It will become clickable

<p> this is a parragraph tag it adds a space after </p>

<ul>
<li>Item 1</li>
<li>Item 2</li>

</ul>

unordered list (bullet points) contains items <li>

Ordered list (numbered) use <ol> tags still with <li>

To divide page up using colours for example, use <div> tags

<div style="background-color: aqua"> </div>

<form>
<h1>Enter your name below</h1>
<input id="input" type ="text" name="alue">
<br>
<button type="button" onclick="runFunction()"> submit</button>
</form>

Can add objects eg input boxes, buttons inside ,form. tags.
thesea re visual aobjects... to make interactive need to call
Javascript function

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller Farquan. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $7.60. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

67474 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$7.60
  • (0)
  Add to cart