Terms

Terms

Terms



  • Tag

    A tag is a basic piece of code, like a label, that tells a web browser what content is (e.g., a heading, a paragraph, or an image) and how it should appear. Tags typically come in pairs, like <p> and </p>, surrounding the content. They’re fundamental for structuring webpages and helping browsers and search engines…

  • URL

    URL is the easy-to-read web address you type into your browser, like google.com It’s the full, human-friendly path that tells your browser exactly where to find a specific website or piece of content on the internet. It includes the domain name (like google.com) and sometimes a specific page or file

  • IP-number

    This is like the unique street address for every single device connected to the internet. Just like you need a house number to send mail, computers need an IP number to send and receive information from each other.

  • Bug

    An error or flaw in the code that causes a website or application to behave incorrectly.

  • Ramverk

    Pre-written collections of code that make it faster and easier to build web applications.

  • JavaScript (JS)

    A programming language that adds interactivity and dynamic behavior to web pages. It can make things move, respond to clicks, fetch data, and much more.

  • CSS

    The language used to style the HTML elements. It controls the appearance of a web page, including colors, fonts, layout, spacing, and responsiveness.

  • HTML

    The standard language for creating the structure and content of web pages. It uses “tags” to define elements like headings, paragraphs, images, and links.

  • Database

    An organized collection of information that a website uses to store and retrieve data (e.g., user profiles, product lists, blog posts).

  • Webhotel

    A service that provides space on a server for your website files, making your website accessible on the internet.