DEV Community

somtobiotech
somtobiotech

Posted on

2 2

WEB DEVELOPMENT

WEB DEVELOPERS BUILD WEBSITES.BROWSING THE WEB IS LIKE CALLING A FRIEND
HOW THE WEB WORKS
URL=[UNIFORM RESOURCE LOCATOR]
THE ADDRESS OF A WEBSITE OR A SPECIFIC PAGE OF A WEBSITE
EXAMPLE=https://www.amazon.com
HTTPS: Hyper Text Transfer Protocol Secure

WHICH CODE DO WEB DEVELOPERS WRITE
WHAT ARE THESE"BROWSER INSTRUCTIONS"

                    HTML                                  Instruction that tell the browser what should be displayed on
Enter fullscreen mode Exit fullscreen mode

the screen. First language for a web developer is HTML
HTML:HYPER TEXT MARKUP LANGUAGE

Recommended products

    Harry Potter1 Harry Potter2

HTML5 IS USED TO DEFINE THE CONTENT AND STRUCTURE OF THE DISPLAYED
PAGE.
CSS
AS A WEB DEVELOPER WE MUST HAVE A LANGUAGE USED TO STYLE WHICH IS
CSS, CSS:CASCADING STYLE SHEETS
EXAMPLE
h2
Font Size:20px;
Color :purple;
border-bottom:2px solid purple

CSS3 IS DEFINED AS THE STYLING OF THE DISPLAYED PAGE AND IT'S
CONTENT.IT IS OPTIONAL.

                   JAVASCRIPT
Enter fullscreen mode Exit fullscreen mode

JAVASCRIPT ADDS INTERACTIVITY THAT MIGHT BE NEEDED ON THE DISPLAYED PAGE.

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

Top comments (1)

Collapse
 
somtobiotech profile image
somtobiotech

HI ITS NICE BEING IN DEV TO.COM.MY NAME IS SOMTOBIOTECH.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay